home *** CD-ROM | disk | FTP | other *** search
/ CinE CD 4 / CinE CD ROM 04.iso / pc / main.dir / 00064_Script_64 < prev    next >
Text File  |  1995-12-15  |  387b  |  24 lines

  1. global glastmovie, gpage, gmode
  2.  
  3. on mouseUp
  4.   
  5.   set gmode = "manual"
  6.   puppetsprite 12, FALSE
  7.   
  8.   set the timeoutScript to EMPTY
  9.   
  10.   if glastmovie = "posters.dir" then
  11.     go to frame "posters"
  12.   else
  13.     if glastmovie = "menu" then
  14.       go to frame "menu"
  15.     else
  16.       go to frame "index"
  17.     end if
  18.   end if
  19. end
  20.  
  21. on mousedown
  22.   button_script
  23. end mousedown
  24.